<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clic.git, branch 0.04</title>
<subtitle>Console based arbitrary radix, arbitrary precision calculator.
</subtitle>
<id>https://git.xagasoft.com/Smaller Projects/clic.git/atom?h=0.04</id>
<link rel='self' href='https://git.xagasoft.com/Smaller Projects/clic.git/atom?h=0.04'/>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/'/>
<updated>2013-04-23T18:11:03+00:00</updated>
<entry>
<title>Updated the version and startup banner.</title>
<updated>2013-04-23T18:11:03+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-23T18:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=23affa8ed0b37ec0162177a716047260cc5b7cf1'/>
<id>urn:sha1:23affa8ed0b37ec0162177a716047260cc5b7cf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Variables work.</title>
<updated>2013-04-23T17:47:01+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-23T17:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=04f56c12e82ea5228b2b65e68c46ed7f4563182b'/>
<id>urn:sha1:04f56c12e82ea5228b2b65e68c46ed7f4563182b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed random zeros bug.</title>
<updated>2013-04-23T16:25:26+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-23T16:25:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=9f138260dafeb5a1b541fff8dd577422439feb0b'/>
<id>urn:sha1:9f138260dafeb5a1b541fff8dd577422439feb0b</id>
<content type='text'>
They weren't that random, the resize routine in PackedIntArray was
written poorly.  It was growing too much and computing the size of the
original array incorrectly, so not all the data was being copied every
time.
</content>
</entry>
<entry>
<title>Added == operator to compare Numbers &amp; strings</title>
<updated>2013-04-23T16:24:18+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-23T16:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=e6401f9af190cfbaaab1dc5589546ba5cc2f5293'/>
<id>urn:sha1:e6401f9af190cfbaaab1dc5589546ba5cc2f5293</id>
<content type='text'>
We may be able to go even a step further, but it actually parses the
string as a number with the same radix and scale as the left hand side
of the equation and then compares them as Numbers.  This means that
it's actually more resiliant to minor formatting differences.
</content>
</entry>
<entry>
<title>Added stdlib for exit in the options.cpp file.</title>
<updated>2013-04-23T15:49:13+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2013-04-23T15:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=3c8dbfe5bb53b8cca319d64a64450e1360a9911d'/>
<id>urn:sha1:3c8dbfe5bb53b8cca319d64a64450e1360a9911d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added cli params &amp; a unit test.</title>
<updated>2013-04-23T15:47:29+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-23T15:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=c234914394b4c8cdee66d7528bad3c132f90dc4d'/>
<id>urn:sha1:c234914394b4c8cdee66d7528bad3c132f90dc4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Just tweaked the starting banner.</title>
<updated>2013-04-22T19:18:25+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-22T19:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=95da25821bcbcd6a94a7fdf64da1618f5324b779'/>
<id>urn:sha1:95da25821bcbcd6a94a7fdf64da1618f5324b779</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed = bug in lexer (they halted it).</title>
<updated>2013-04-22T19:11:12+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-22T19:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=aa4e7d34b15dea70782cd11c77f2c62a7407f756'/>
<id>urn:sha1:aa4e7d34b15dea70782cd11c77f2c62a7407f756</id>
<content type='text'>
</content>
</entry>
<entry>
<title>There is now a parser &amp; calculator interface.</title>
<updated>2013-04-22T19:05:22+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-22T19:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=2909f50d008920568f0e50da760b266388ccc124'/>
<id>urn:sha1:2909f50d008920568f0e50da760b266388ccc124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed bug in multiply, added toInt32 function.</title>
<updated>2013-04-22T19:04:25+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-22T19:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=d7ccd9c4d8e5a5bb4f12b36b3e4ad3105c5a9317'/>
<id>urn:sha1:d7ccd9c4d8e5a5bb4f12b36b3e4ad3105c5a9317</id>
<content type='text'>
Multiply was ignoring the zero column, which was odd.  I fixed this
other places but apparently missed multiply.
</content>
</entry>
</feed>
